Include lisp.h earlier (before termhooks.h).
authorRichard M. Stallman <rms@gnu.org>
Sun, 6 Jun 1993 21:16:51 +0000 (21:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 6 Jun 1993 21:16:51 +0000 (21:16 +0000)
src/dispnew.c

index 7c1da91986d3a6b049f0949cf645b4d8c9637099..7bcd8015b2fd5a90d452da81c23d8f15cfe4b6a0 100644 (file)
@@ -24,11 +24,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <stdio.h>
 #include <ctype.h>
 
+#include "lisp.h"
 #include "termchar.h"
 #include "termopts.h"
 #include "termhooks.h"
 #include "cm.h"
-#include "lisp.h"
 #include "dispextern.h"
 #include "buffer.h"
 #include "frame.h"